home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / rtgmaster_dev / includes / asm / rtgmaster / rtgami.i next >
Text File  |  1998-02-13  |  2KB  |  80 lines

  1. ;
  2. ;     $VER: rtgAMI.i 1.005 (09 Oct 1997)
  3. ;
  4.  
  5.         IFND    RTGAMI_I
  6. RTGAMI_I        SET     1
  7.  
  8.         IFND    RTGSUBLIBS_I
  9.         Include "include:Rtgmaster/RtgSublibs.i"
  10.         ENDC
  11.  
  12.         IFND    EXEC_LIBRARIES_I
  13.         Include "exec/libraries.i"
  14.         ENDC
  15.  
  16.         IFND    EXEC_TYPES_I
  17.         Include "exec/types.i"
  18.         ENDC
  19.  
  20. ;
  21. ; Include files for rtgAMI.library
  22. ;
  23. ; Only rtgAMI.library specific structures are located in here
  24. ;
  25.  
  26.  STRUCTURE RtgBaseAMI,0
  27.   STRUCT rbAMI_LibBase,LIB_SIZE
  28.   UWORD  rbAMI_Pad1
  29.   ULONG rbAMI_SegList
  30.   APTR  rbAMI_ExecBase
  31.   APTR  rbAMI_UtilityBase
  32.   APTR  rbAMI_DosBase
  33.   APTR  rbAMI_CGXBase
  34.   APTR  rbAMI_GfxBase
  35.   APTR  rbAMI_IntBase
  36.   ULONG rbAMI_Flags
  37.   APTR  rbAMI_ExpansionBase
  38.   APTR  rbAMI_DiskFontBase
  39.   LABEL rbAMI_SIZEOF
  40.  
  41.  STRUCTURE RtgScreenAMI,0
  42.   STRUCT rsAMI_Header,rs_SIZEOF
  43.   UWORD rsAMI_Locks
  44.   ULONG rsAMI_ScreenHandle
  45.   ULONG rsAMI_PlaneSize
  46.   ULONG rsAMI_DispBuf      ;Buffer currently displayed
  47.   ULONG rsAMI_ChipMem1
  48.   ULONG rsAMI_ChipMem2
  49.   ULONG rsAMI_ChipMem3
  50.   STRUCT rsAMI_Bitmap1,40
  51.   STRUCT rsAMI_Bitmap2,40
  52.   STRUCT rsAMI_Bitmap3,40
  53.   ULONG rsAMI_Flags
  54.   STRUCT rsAMI_MyRect,8
  55.   STRUCT rsAMI_Place,52
  56.   STRUCT rsAMI_RastPort1,100
  57.   STRUCT rsAMI_RastPort2,100
  58.   STRUCT rsAMI_RastPort3,100
  59.   APTR   rsAMI_MyWindow
  60.   APTR   rsAMI_Pointer
  61.   STRUCT   rsAMI_PortData,16
  62.   ULONG rsAMI_dbufinfo
  63.   ULONG rsAMI_DispBuf1
  64.   ULONG rsAMI_DispBuf2
  65.   ULONG rsAMI_DispBuf3
  66.   ULONG rsAMI_SafeToWrite
  67.   ULONG rsAMI_SafeToDisp
  68.   ULONG rsAMI_SrcMode
  69.   APTR rsAMI_tempras
  70.   APTR rsAMI_tempbm
  71.   APTR rsAMI_wbcolors
  72.   ULONG rsAMI_Width
  73.   ULONG rsAMI_Height
  74.   ULONG rsAMI_colchanged
  75.   APTR  rsAMI_colarray1
  76.   APTR  rsAMI_ccol
  77.   LABEL rsAMI_SIZEOF
  78.  
  79.         ENDC
  80.